net/http.http2responseWriter.rws (field)
19 uses
net/http (current package)
h2_bundle.go#L6330: return &http2responseWriter{rws: rws}
h2_bundle.go#L6391: rw.rws.stream.cancelCtx()
h2_bundle.go#L6398: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6399: stream: rw.rws.stream,
h2_bundle.go#L6569: rws *http2responseWriterState
h2_bundle.go#L6805: st := w.rws.stream
h2_bundle.go#L6812: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6831: st := w.rws.stream
h2_bundle.go#L6838: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6866: rws := w.rws
h2_bundle.go#L6891: rws := w.rws
h2_bundle.go#L6911: rws := w.rws
h2_bundle.go#L6939: rws := w.rws
h2_bundle.go#L7011: rws := w.rws
h2_bundle.go#L7035: rws := w.rws
h2_bundle.go#L7038: w.rws = nil
h2_bundle.go#L7051: st := w.rws.stream
h2_bundle.go#L7073: if w.rws.req.TLS != nil {
h2_bundle.go#L7087: u.Host = w.rws.req.Host
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)